home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h5 < prev    next >
Encoding:
Text File  |  2001-10-16  |  1.0 KB  |  22 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // stdafx.h : include file for standard system include files,
  12. //      or project specific include files that are used frequently,
  13. //      but are changed infrequently
  14.  
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <afxctl.h>         // MFC support for OLE Controls
  18. #include <afxcmn.h>            // MFC support for Windows 95 common controls
  19.  
  20. #include "imsigx.h"
  21.  
  22. extern UINT CountStrings(LPCTSTR lpsz);